home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Real Alternative 1.27 / realalt127.exe / {pf} / Media Player Classic / mplayerc,2.exe / HTML / 340 next >
Text File  |  2004-03-28  |  979b  |  33 lines

  1. <html>
  2.     <head>
  3.         <title>MPC WebServer</title>
  4.         <link rel="stylesheet" type="text/css" href="/default.css">
  5.     </head>
  6.     <body>
  7.         <p>
  8.             Sorry, this is just a little demo page for now, I'm still awaiting ideas what 
  9.             to put here ... and mostly why (hehe) Anyway, I'm sure there will be some use 
  10.             of this web server in the future. You users can always come up with something.
  11.         </p>
  12.         <p>
  13.             And if you are already here, why don't you try sending a few commands to MPC, 
  14.             just to see if it works :)
  15.         </p>
  16.         <p>
  17.             <form action="[commandpath]" method="post">
  18.                 <select name="[wmcname]">
  19.                     [wmcoptions]
  20.                 </select>
  21.                 <input type="submit" value="Go!" name="submit">
  22.             </form>
  23.         </p>
  24.         <p>
  25.             New feature from the previous release: <a href="/browser.html">The file browser!</a>
  26.         </p> 
  27.         <p>
  28.             New feature in this release: <a href="/controls.html">The media player interface!</a> (thanks to chobits!)
  29.         </p>
  30.         [debug] 
  31.     </body>
  32. </html>
  33.